﻿#Clan leader
saharan_clan_leader_character = {
	age = { 30 50 }
	#Education
	random_traits_list = {
		count = 1
		education_martial_1 = {
			weight = { base = 20 }
		}
		education_martial_2 = {
			weight = { base = 30 }
		}
		education_martial_3 = {
			weight = { base = 30 }
		}
		education_martial_4 = {
			weight = { base = 20 }
		}
	}
	#Personality
	random_traits_list = {
		count = 3
		ambitious = {}
		arrogant = {}
		just = {}
		zealous = {}
		temperate = {}
		diligent = {}
		patient = {}
		honest = {}
		brave = {}
	}
	#Commander
	random_traits_list = {
		count = 1
		logistician = {
			weight = { base = 10 }
		}
		aggressive_attacker = {
			weight = { base = 20 }
		}
		desert_warrior = {
			weight = { base = 40 }
		}
		rough_terrain_expert = {
			weight = { base = 20 }
		}
		organizer = {
			weight = { base = 10 }
		}
	}
	random_traits = yes
	gender_female_chance = root_soldier_female_chance
	martial = {
		min_template_high_skill
		max_template_high_skill
	}
	prowess = {
		min_template_high_skill
		max_template_high_skill
	}
	after_creation = {
		if = {
			limit = { has_dlc_feature = tours_and_tournaments }
			add_trait = tourney_participant
			add_random_tourney_participant_level_effect = yes
		}
		shogunate_set_fictional_nickname_effect = yes
	}
}
